home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.1 (User) / OpenStep 4.1 (User).iso / usr / template / client / Drivers / i386 / BusLogicFPSCSI.config / Spanish.Iproj / IntrInspector.nib / data.classes next >
Encoding:
Text File  |  1996-04-12  |  1.2 KB  |  48 lines

  1. SCSIInspector = {
  2.     ACTIONS = {"cmdQueue:" = "cmdQueue:"; "fast:" = "fast:"; "sync:" = "sync:"; }; 
  3.     OUTLETS = {
  4.     boundingBox = boundingBox; 
  5.     cmdQueueButton = cmdQueueButton; 
  6.     fastButton = fastButton; 
  7.     optionsBox = optionsBox; 
  8.     syncButton = syncButton; 
  9.     }; 
  10.     SUPERCLASS = IODeviceInspector; 
  11. };
  12. IODeviceInspector = {
  13.     ACTIONS = {
  14.     "channelOrInterruptPicked:" = "channelOrInterruptPicked:"; 
  15.     "rangeDidChange:" = "rangeDidChange:"; 
  16.     "showInfo:" = "showInfo:"; 
  17.     }; 
  18.     OUTLETS = {
  19.     accessoryHolder = accessoryHolder; 
  20.     dmaBox = dmaBox; 
  21.     dmaMatrix = dmaMatrix; 
  22.     infoButton = infoButton; 
  23.     infoPanel = infoPanel; 
  24.     infoText = infoText; 
  25.     inspectionView = inspectionView; 
  26.     irqBox = irqBox; 
  27.     irqMatrix = irqMatrix; 
  28.     memoryBox = memoryBox; 
  29.     memoryController = memoryController; 
  30.     origWindow = origWindow; 
  31.     portsBox = portsBox; 
  32.     portsController = portsController; 
  33.     statusTitle = statusTitle; 
  34.     }; 
  35.     SUPERCLASS = Object; 
  36. };
  37. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  38. IntrInspector = {
  39.     ACTIONS = {"edge:" = "edge:"; "level:" = "level:"; }; 
  40.     OUTLETS = {
  41.     boundingBox = boundingBox; 
  42.     edgeButton = edgeButton; 
  43.     levelButton = levelButton; 
  44.     optionsBox = optionsBox; 
  45.     }; 
  46.     SUPERCLASS = IODeviceInspector; 
  47. };
  48.